home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
windows
/
games
/
winpcx2.arj
/
WINPCX.DEF
< prev
next >
Wrap
Text File
|
1989-10-17
|
645b
|
28 lines
;module-definition file for WinPcx -- used by link4.exe
NAME WinPcx ;application's module name
DESCRIPTION 'Sample Microsoft Windows Application'
STUB 'WINSTUB.EXE' ;Generates error messages if application
;is run without Windows
CODE MOVEABLE
;Data must be MULTIPLE if program can be invoked more than once
DATA MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 8192
;All functions that will be called by any Windows routine
;MUST be exported.
EXPORTS
DoPictFileBox @1 ;For Chance PCX File Box
MainProc @2
About @3